go/types._TypeSet.underIs (method)

6 uses

	go/types (current package)
		builtins.go#L199: 			if t.typeSet().underIs(func(t Type) bool {
		expr.go#L692: 			if !u.typeSet().underIs(func(u Type) bool {
		index.go#L111: 		if typ.typeSet().underIs(func(u Type) bool {
		predicates.go#L160: 		return !isTypeParam(t) || u.typeSet().underIs(func(u Type) bool {
		typeparam.go#L157: 	return t.iface().typeSet().underIs(f)
		typeset.go#L128: func (s *_TypeSet) underIs(f func(Type) bool) bool {